home *** CD-ROM | disk | FTP | other *** search
- #ifndef __LIGHTGRAYADORNER__
- #define __LIGHTGRAYADORNER__
-
- class TLtGrayAdorner: public TAdorner
- {
- private:
- PixPatHandle fLtGrayPat;
- PixPatHandle fWhitePat;
-
- public:
- virtual pascal void Initialize();
- virtual pascal void Free();
- virtual pascal void ILtGrayAdorner();
- virtual pascal void Draw(TView* itsView, const VRect& area);
- };
-
- #endif